home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / tpool200.zip / THEPOOL.DOC < prev    next >
Text File  |  1996-11-05  |  13KB  |  341 lines

  1.                                                                                                   
  2. : The Pool v2.00
  3. : (c) Copyright 1996 Intuitive Vision Computer Services. All Rights Reserved.
  4. : (c) Copyright 1994 UAN Software. All Rights Reserved.
  5. : Development by Steve Martinez, George A. Roberts IV, and Dan Jones
  6.  
  7.  
  8.  
  9.                                   DISCLAIMER
  10.                                   ----------
  11.                                                                                                                                                                                                                                                                                             
  12.  Intuitive Vision Computer Services has taken every precaution to insure
  13.  that no harm or damage will occur on computer systems operating this
  14.  package.  Nevertheless, Intuitive Vision Computer Services shall NOT be held
  15.  liable for whatever may happen on your computer system or to any computer
  16.  systems which connects to your own as a result of operating this package.
  17.  The user assumes full responsibility for the correct operation of this
  18.  software package, whether harm or damage results from software error,
  19.  hardware malfunction, or operator error. NO warranties are offered,
  20.  expressly stated or implied, including without limitation or restriction
  21.  any warranties of operation for a particular purpose and/or merchantability.
  22.  If you do not agree with this then do NOT use this program.
  23.  
  24.       
  25.                                LICENSE AGREEMENT
  26.                                -----------------
  27.  
  28.  Please see the accompanying LICENSE.TXT for the complete license agreement
  29.  for this software package.
  30.  
  31.                                 REGISTRATION
  32.                                 ------------
  33.                                         
  34.  In order to register your copy of The Pool you must first run the program
  35.  called REGISTER.EXE.  This program will help you to create a text file
  36.  called REGISTER.FRM.  This is your registration form.  Your registration
  37.  form must be printed and mailed to Intuitive Vision Computer Services.
  38.                                                                 
  39.  You must include your $15 registration fee with your registration form.
  40.  Please send either a check or money order.  Please make checks payable to
  41.  Intuitive Vision Computer Services.
  42.  
  43.  You may also register ONLINE via Credit Card or Check at Sysop Central BBS
  44.  or via our World Wide Web Site.  See the CONTACT INFORMATION section for
  45.  locations.
  46.  
  47.  Thank you for your support of Intuitive Vision Computer Services!
  48.  
  49.  
  50.                                  DESCRIPTION
  51.                                  -----------
  52.  
  53.  The Pool is your BBS bookie. It stores, calculates and displays information
  54.  on the Football Season. Your users can pick which team they think will win
  55.  each week and The Pool will keep track of them.  The Pool comes with a
  56.  utility program called POOLEDIT.EXE.
  57.  
  58.  This program will preform the calculations and provide an environment to
  59.  enter winning teams and weekly games.  The player with the most correct
  60.  picks will get an extra point.
  61.  
  62.  The Pool can run on any of the following BBS types:
  63.  
  64.  Nexus v1.00, PCBoard 14.x or 15.x, Wildcat (Prior to v3.0), Wildcat v3.x+,
  65.  GT Power, QBBS, RBBS, RA, Spitfire 3.x, TriBBS, and any BBS using DOOR.SYS.
  66.  
  67.  
  68.                                 CONFIGURATION
  69.                                 -------------
  70.  
  71.  First, place the archived file TPOOL200.RAR into a directory of your 
  72.  choice. Next, unarchive TPOOL200.RAR into that directory.
  73.                                                 
  74.  QUICK START!
  75.  ------------
  76.  Most people, including myself, don't like to read DOC file or Manuals. We
  77.  just unzip the program, scan over the DOCs and run the program. So here is
  78.  the quickest was to get this program running.
  79.  
  80.  1. Place THEPOOL.EXE and it's files into it's own Directory.
  81.  
  82.  2. Use your text editor to EDIT the file called "THEPOOL" to suit your BBS
  83.     needs. This file is the sample BAT file that will run THEPOOL.EXE.
  84.     PCBoard types will use this file some others will need to add the
  85.     information to the BAT file that calls your DOORS.
  86.    
  87.      PCBOARD EXAMPLE:
  88.    
  89.      CD\DOORS\THEPOOL
  90.      THEPOOL THEPOOL.CFG
  91.      CD %PCBDIR%
  92.      BOARD
  93.    
  94.      SPITFIRE SF.BAT EXAMPLE:
  95.     
  96.      :DOOR_H
  97.      REM Place Door H Commands Here
  98.      CD\SF\THEPOOL
  99.      THEPOOL THEPOOL.CFG
  100.      CD\SF   
  101.      GOTO LOOP
  102.  
  103.  3. Use your text editor to EDIT the file called "THEPOOL.CFG". 
  104.     
  105.     Line #1 is the path and file name of your BBS Door data file   
  106.             that is created when entering a door. See CONFIGURATION 
  107.             for types allowed.
  108.     LINE #2 is your BBS Name.
  109.     LINE #3 is the Sysops First Name.
  110.     LINE #4 is the Sysops Last Name.     
  111.     LINE #5 is the DATE the game will close.
  112.     LINE #6 is the TIME the game will close.
  113.  
  114.  4. Run POOLEDIT.EXE and enter THIS WEEKS GAMES. The program will prompt you
  115.     for each team. Also, make sure the game is OPEN.  More information about
  116.     this under POOLEDIT Program below.
  117.  
  118.  5. Log on your board and see if it worked. 
  119.  
  120.  SET UP & CONFIGURATION!
  121.  -----------------------
  122.  Use your text editor and edit the file called "THEPOOL.CFG".  This file is
  123.  needed to tell THEPOOL who, what, where, etc. about you and your BBS.
  124.  
  125.  The following are examples of formats that can be used in line #1 of the
  126.  configuration file. The paths may very, but the file names are the only data
  127.  files that can be used.
  128.  
  129.  C:\PCB\PCBOARD.SYS   <- For PCBoard systems using PCBoard.SYS only
  130.  C:\PCB\USERS.SYS     <- For PCBoard systems using USERS.SYS.
  131.  C:\BBS\CALLINFO.BBS  <- For Wildcat! systems (prior to v3.0).
  132.  C:\BBS\GTUSER.BBS    <- For GT Power systems.
  133.  C:\BBS\USERINFO.DAT  <- For Wildcat! 3.x+ systems.
  134.  C:\BBS\DOOR.SYS      <- For Any system that supports DOOR.SYS.
  135.  C:\BBS\DORINFOx.DEF  <- For QBBS/RBBS/RA. Replace x with node #.
  136.  C:\SF\SFDOORS.DAT    <- For Spitfire systems.
  137.  C:\BBS\TRIBBS.SYS    <- For TriBBS systems.
  138.  
  139.  Line #2              <- BBS Name.
  140.  Line #3              <- Sysop's first name.
  141.  Line #4              <- Sysop's last name.
  142.  Line #5              <- Date game will close (Format MM-DD-YYYY)
  143.  Line #6              <- Time game will close (Format HH:MM:SS)
  144.  
  145.  NOTE: When using GTUSERS.BBS ONLY!
  146.  
  147.  Line #5              <- Com Port
  148.  Line #6              <- Node Number
  149.  Line #7              <- Date game will close (Format MM-DD-YYYY)
  150.  Line #8              <- Time game will close (Format HH:MM:SS)
  151.  
  152.  Here's how my file looks:
  153.  
  154.  C:\PCB\NODE%PCBNODE%\PCBOARD.SYS   <- The name & path of data file
  155.  Sysop Central BBS                  <- BBS Name 
  156.  Dan                                <- My first name
  157.  Jones                              <- My last name
  158.  09-01-1993                         <- Date game will close
  159.  11:00:00                           <- Time game will close
  160.  
  161.  Notice the %PCBNODE% in the first line. The configuration file allows
  162.  environment variable. See ENVIRONMENT VARIABLE for more information.
  163.  
  164.  NOTE: The date and time will be set by the POOLEDIT.EXE program and must be
  165.  in the above format and in military time.
  166.  
  167.  SETTING UP BAT FILE
  168.  ------------------- 
  169.  Use your text editor to EDIT the file called "THEPOOL" to suit your BBS
  170.  needs. This file is the sample BAT file that will run The Pool.  PCBoard
  171.  types will use this file. Some others will need to add the information to
  172.  the BAT file that calls your DOORS.
  173.  
  174.     PCBoard EXAMPLE:
  175.     
  176.     CD\DOORS\THEPOOL
  177.     THEPOOL THEPOOL.CFG
  178.     CD %PCBDIR%
  179.     BOARD
  180.     
  181.     SPITFIRE SF.BAT EXAMPLE:
  182.    
  183.     :DOOR_H
  184.     REM Place Door H Commands Here
  185.     CD\SF\THEPOOL
  186.     THEPOOL THEPOOL.CFG
  187.     CD\SF   
  188.     GOTO LOOP
  189.  
  190.  BAT FILE EXPLAINED:
  191.  -------------------
  192.  Very simple. First change the directory to the THEPOOL directory. Next, call
  193.  THEPOOL with the CONFIGURATION FILE. After the program is finished, change
  194.  the directory back to your BBS directory.
  195.   
  196.  Notice the %PCBDIR% in the PCBoard example. See ENVIRONMENT VARIABLE for
  197.  more information.
  198.  
  199.  POOLEDIT.EXE Program
  200.  --------------------
  201.  This utility controls the whole game. It will allow you to enter each weeks
  202.  teams and winners. Just type "POOLEDIT" while inside \THEPOOL subdirectory
  203.  to get it started. Next, select "T" for This Week's Games. Select "N" at the
  204.  submenu. You will see a list of all the teams. You will be prompt to enter
  205.  the AWAY TEAM then the HOME TEAM. Continue this until all the team have been
  206.  selected. Once this is complete, you will be asked to enter the CLOSE DATE.
  207.  This is the DATE you want to LOCK IN the player's pick and prevent any
  208.  other's from picking while the games are in-progress. BE SURE TO USE THE
  209.  SYSTEM FORMAT when entering the date (MM-DD-YYYY).  EXAMPLE: 09-01-1996 Any
  210.  other format will be ignored. Next, you will have to enter the TIME. You
  211.  MUST use MILITARY TIME FORMAT (HH:MM:SS). EXAMPLE: 11:00 AM should be
  212.  11:00:00 and 11:00 PM should be 23:00:00. You should then select "O" to
  213.  open the game.
  214.  
  215.  When the results are in, you can select "L" to Enter Last Week's Winners.
  216.  REMEMBER! ALWAYS ENTER THE WINNERS BEFORE you enter the new games for the
  217.  new week! You will have to select "O" Open the game after you complete this
  218.  process.
  219.  
  220.  
  221.                                 RUNNING THEPOOL
  222.                                 ---------------
  223.  
  224.  Fossil Driver Support
  225.  ---------------------
  226.  The Pool supports the use of Fossil drivers.  To tell your Door to use the
  227.  Fossil driver instead of the standard COM ports, just put /FD on the command
  228.  line when running the door.
  229.  
  230.  For example:
  231.  
  232.      THEPOOL THEPOOL.CFG /FD
  233.  
  234.  /FD indicates that a Fossil driver is present and should be used. If no
  235.      Fossil driver is detected, DoorFrame will print a message to that effect
  236.      and exit the door gracefully.
  237.  
  238.  
  239.  Environment Variables
  240.  ---------------------
  241.  The Pool supports COM 1-15 on the standard IRQ's - COM1/COM3 = IRQ4 and
  242.  COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ number
  243.  after the configuration filename. Let's assume your Door is called THEPOOL
  244.  and you want to use COM1 and IRQ5. The command line passed to your Door
  245.  would be:
  246.  
  247.     THEPOOL THEPOOL.CFG /5  or
  248.     THEPOOL THEPOOL.CFG /%IRQ%  for the environment variable.
  249.  
  250.  The /5 tells DoorFrame to use IRQ5 rather than the standard IRQ4 that is
  251.  normally used with COM1. No /x parameter is needed for the standard IRQ's.
  252.  
  253.  When specifying the location of the system file on line 1 of the doors .CFG
  254.  file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  255.  and %wcnodeid%. Some examples:
  256.   
  257.  PCBoard: 
  258.  C:\PCB\USERS.SYS       = %pcbdrive%%pcbdir%\USERS.SYS
  259.  C:\PCB\NODE1\USERS.SYS = %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  260.  
  261.  Wildcat!:
  262.  USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  263.  
  264.  Non-PCBoard systems may use the PCB environment variables by setting them in
  265.  either AUTOEXEC.BAT or in the batch that runs the door. 
  266.  
  267.  For example:
  268.  
  269.  SET PCBDRIVE=C:
  270.  SET PCBDIR=\BBSDIR
  271.  SET PCBNODE=1
  272.  
  273.                                    THANKS
  274.                                    ------
  275.                                                                         
  276.  Intuitive Vision Computer Services would like to thank the following
  277.  people for their efforts:
  278.  
  279.    o Steve Martinez
  280.    o Kevin Kuphal
  281.    o Michael Moline
  282.    o Sonny Grissom
  283.    o Sam Grady
  284.    o Milenko Bandur
  285.  
  286.  
  287.                              CONTACT INFORMATION
  288.                              -------------------
  289.                                                                                 
  290.  You may contact Intuitive Vision Computer Services via any of the following
  291.  means:
  292.  
  293.  U.S. Postal Service
  294.  -------------------
  295.  
  296.  Intuitive Vision Computer Services
  297.  P.O. Box 257773
  298.  Chicago, IL 60625-7773
  299.  
  300.  24-Hour Technical Support/Sales
  301.  -------------------------------
  302.  Voice  (773) 583-2480
  303.  
  304.  24-Hour Support BBS - Sysop Central
  305.  -----------------------------------
  306.  (773) 583-0489      (28.8)
  307.         
  308.  Echomail Support/Netmail
  309.  ------------------------
  310.  
  311.  IVnet       411:411/0
  312.  Fidonet     1:115/583
  313.  
  314.  FREQ IVSOFT for more information on Intuitive Vision Computers Services
  315.  FREQ FILES for a complete file listing
  316.  FREQ IVNET for information on IVnet
  317.  
  318.  Internet Support
  319.  ----------------
  320.  
  321.  e-mail
  322.  ------
  323.  For sales information: sales@ivsoft.com
  324.  Technical Support    : techsupp@ivsoft.com
  325.  
  326.  World Wide Web
  327.  --------------
  328.  http://www.ivsoft.com
  329.  
  330.  FTP
  331.  ---
  332.  ftp.ivsoft.com 
  333.  
  334.  Telnet
  335.  ------
  336.  bbs.ivsoft.com
  337.                                         
  338. IVnet is a Trademark of Intuitive Vision Computer Services.
  339.                                         
  340. /* End file THEPOOL.DOC */
  341.